home *** CD-ROM | disk | FTP | other *** search
/ L' Effet Pommier 3 / L'Effet Pommier - Volume 03.iso / Communication / HTMLedit173-ppc / HTML.edit 1.7.3 (ppc) / HTML.edit 1.7.3 (ppc).rsrc / TEXT_3951_Replace.txt < prev    next >
Text File  |  1996-01-15  |  2KB  |  43 lines

  1.  
  2. Replace…
  3.  
  4. Choosing the Replace command from the Utility menu allows you to replace a given search string with a replacement string within the current document, or globally over all documents contained within the editor. Note that diacritical characters are ignored in all search and replacement.
  5.  
  6. If you create a text selection containing no line breaks (return characters) before choosing the Replace command, the dialog box will use it as the default search string. Otherwise, it will use any previous search string.
  7.  
  8. The shortcut for Replace is Command-R.
  9.  
  10. Options
  11.  
  12. First Instance 
  13. When checked, only the first occurrences of the search text will be replaced with the replacement text.
  14.  
  15. Selection Only 
  16. When checked, all occurrences of the search text will be replaced with the replacement text within the current text selection.
  17.  
  18. This Document 
  19. When checked, all occurrences of the search text will be replaced with the replacement text within the current document.
  20.  
  21. All Documents 
  22. When checked, a dialog box is displayed from where you may then select a document label or click the "All Documents" button. All occurrences of the search text will be replaced with the replacement text within all documents in the Editor, or within all documents labelled with the selected label. Note that an option to disable the "can't undo" warnings is available on Editor Preferences.
  23.  
  24. Note that global changes of this type cannot be undone. See the Undo HTML command for more information.
  25.  
  26. MiniGREP
  27. When checked, several GREP-like codes will be interpreted as ASCII codes according to the table below. When unchecked, the codes will be treated as normal text. To use miniGREP codes, type the codes as show in the table below directly into either the "Search for:" or "Replace With:" text areas and check the miniGREP checkbox before performing the replacement.
  28.  
  29. MiniGREP Table
  30.   Code         Replacement           ASCII#
  31.   \f        form feed          12
  32.   \l        linefeed           10
  33.   \n        return+linefeed    10+13
  34.   \q        quote              34
  35.   \r        return             10
  36.   \s        space              32
  37.   \t        tab                09
  38.   \#10      any ASCII char     (n)  (not implemented)
  39.   \U        convert to UPPERCASE    (not implemented)
  40.   \L        convert to LOWERCASE    (not implemented)
  41.  
  42. Back to Utility menu, on to HyperText menu, or return to Tool Palette Menus.
  43.